home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / GNU_KIT / DISK7.ZIP / gnu / man / man1 / pathchk.1 < prev    next >
Encoding:
Text File  |  1991-11-13  |  1.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4. PATHCHK(1L)                                           PATHCHK(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      pathchk - check whether pathnames are valid or portable
  10.  
  11. SYNOPSIS
  12.      pathchk [-p] [+portability] path...
  13.  
  14. DESCRIPTION
  15.      This manual page documents the GNU version of pathchk.  For
  16.      each _p_a_t_h, pathchk prints a message if any of these condi-
  17.      tions are false:
  18.      +o all directories in _p_a_t_h have search (execute) permission
  19.      +o the length of _p_a_t_h <= the filesystem's maximum path length
  20.      +o the length of each directory in _p_a_t_h <= the filesystem's
  21.      maximum file name legnth
  22.  
  23.      The exit status is:
  24.      0 if all path names passed all of the tests,
  25.      1 otherwise.
  26.  
  27.      OPTIONS
  28.  
  29.      -_p, +_p_o_r_t_a_b_i_l_i_t_y
  30.           Instead of performing length checks on the underlying
  31.           filesystem, test the length of the pathname and its
  32.           components against the POSIX.1 minimum limits for por-
  33.           tability.  Also check that the pathname contains no
  34.           characters not in the portable filename character set.
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Page 1
  64.  
  65.  
  66.  
  67.